home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 February / PC Shareware 1997-02.iso / programy / e! / user / vb.hd_ / vb.HDF
Encoding:
Text File  |  1995-03-05  |  28.8 KB  |  1,089 lines

  1. ; E! for Windows version 2.0
  2. ; Syntax Highlighting Definition file for Visual Basic (tm) sources
  3. ; /////////////////////////////////////////////////////////////////
  4.  
  5. ; To activate syntax highlighting in E! for your Visual Basic source
  6. ; files you just have to activate the syntax highlighting option
  7. ; in the Display Options dialog box. Then, associate (File|Associate)
  8. ; .FRM, .BAS and other VB files with VB.HDF.
  9.  
  10.  
  11. ; Comments
  12.  
  13. Comment          '
  14.  
  15. ; To define constants, use a regular expression. The syntax is the same as
  16. ; described in the EW documentation.
  17.  
  18. Const             [0-9]#
  19. Const             &0[0-7]#
  20. Const             &H[0-9a-fA-F]#
  21.  
  22. StringDelimiter    "
  23. TokenDelimiters    '",;.:*{}[]<>()=/+-^
  24.  
  25. ; Language keywords
  26.  
  27. Keyword          Alias
  28. Keyword          And
  29. Keyword          As
  30. Keyword          Base
  31. Keyword          Binary
  32. Keyword          ByVal
  33. Keyword          Call
  34. Keyword          Case
  35. Keyword          Const
  36. Keyword          Declare
  37. Keyword          Dim
  38. Keyword          Do
  39. Keyword          Else
  40. Keyword          ElseIf
  41. Keyword          End
  42. Keyword          Error
  43. Keyword          Exit
  44. Keyword          Explicit
  45. Keyword          False
  46. Keyword          For
  47. Keyword          Function
  48. Keyword          Global
  49. Keyword          GoSub
  50. Keyword          Goto
  51. Keyword          If
  52. Keyword          Let
  53. Keyword          Lib
  54. Keyword          Loop
  55. Keyword          Me
  56. Keyword          New
  57. Keyword          Next
  58. Keyword          Not
  59. Keyword          Nothing
  60. Keyword          Null
  61. Keyword          On
  62. Keyword          Or
  63. Keyword          Preserve
  64. Keyword          Private
  65. Keyword          Redim
  66. Keyword          Rem
  67. Keyword          Resume
  68. Keyword          Return
  69. Keyword          Select
  70. Keyword          Set
  71. Keyword          Static
  72. Keyword          Step
  73. Keyword          Stop
  74. Keyword          Sub
  75. Keyword          Then
  76. Keyword          To
  77. Keyword          True
  78. Keyword          Type
  79. Keyword          Until
  80. Keyword          Wend
  81. Keyword          While
  82. Keyword          Xor
  83.  
  84. ; Standard functions
  85.  
  86. Function         Abs
  87. Function         Access
  88. Function         AddNew
  89. Function         AddItem
  90. Function         AppActivate
  91. Function         AppendChunk
  92. Function         Append
  93. Function         Arrange
  94. Function         Asc
  95. Function         Atn
  96. Function         Beep
  97. Function         BeginTrans
  98. Function         CCur
  99. Function         CDbl
  100. Function         ChDrive
  101. Function         ChDir
  102. Function         Choose
  103. Function         Chr$
  104. Function         Chr
  105. Function         CInt
  106. Function         Circle
  107. Function         Clear
  108. Function         CLng
  109. Function         Close
  110. Function         Clone
  111. Function         Cls
  112. Function         Compare
  113. Function         Command$
  114. Function         Command
  115. Function         CommitTrans
  116. Function         CompactDatabase
  117. Function         Cos
  118. Function         CreateSnapshot
  119. Function         CreateDatabase
  120. Function         CreateDynaset
  121. Function         CreateObject
  122. Function         CreateObject
  123. Function         CreateQueryDef
  124. Function         CSng
  125. Function         CStr
  126. Function         CurDir$
  127. Function         CurDir
  128. Function         Currency
  129. Function         CVar
  130. Function         CVDate
  131. Function         Data
  132. Function         DateAdd
  133. Function         Date$
  134. Function         Date
  135. Function         DateValue
  136. Function         DateDiff
  137. Function         DatePart
  138. Function         DateSerial
  139. Function         Day
  140. Function         DDB
  141. Function         Debug
  142. Function         DefCur
  143. Function         DefDbl
  144. Function         DefInt
  145. Function         DefLng
  146. Function         DefSng
  147. Function         DefStr
  148. Function         DefVar
  149. Function         DeleteQueryDef
  150. Function         Delete
  151. Function         Dir$
  152. Function         Dir
  153. Function         DoEvents
  154. Function         Drag
  155. Function         Edit
  156. Function         EndDoc
  157. Function         Environ$
  158. Function         EOF
  159. Function         Eqv
  160. Function         Erase
  161. Function         Erl
  162. Function         Err
  163. Function         Error$
  164. Function         ExecuteSQL
  165. Function         Execute
  166. Function         Exp
  167. Function         FieldSize
  168. Function         FileAttr
  169. Function         FileCopy
  170. Function         FileDateTime
  171. Function         FileLen
  172. Function         FindFirst
  173. Function         FindPrevious
  174. Function         FindNext
  175. Function         Fix
  176. Function         Format$
  177. Function         Format
  178. Function         FreeFile
  179. Function         FreeLocks
  180. Function         FV
  181. Function         GetAttr
  182. Function         GetChunk
  183. Function         GetData
  184. Function         Get
  185. Function         GetFormat
  186. Function         GetObject
  187. Function         GetText
  188. Function         Hex$
  189. Function         Hex
  190. Function         Hide
  191. Function         Hour
  192. Function         Iif
  193. Function         Imp
  194. Function         Input$
  195. Function         InputBox$
  196. Function         InputBox
  197. Function         Input
  198. Function         InStr
  199. Function         Int
  200. Function         IPmt
  201. Function         IRR
  202. Function         IsDate
  203. Function         Is
  204. Function         IsEmpty
  205. Function         IsNull
  206. Function         IsNumeric
  207. Function         Kill
  208. Function         LBound
  209. Function         LCase$
  210. Function         LCase
  211. Function         Left
  212. Function         Left$
  213. Function         Len
  214. Function         Like
  215. Function         LinkExecute
  216. Function         LinkPoke
  217. Function         Line
  218. Function         LinkRequest
  219. Function         LinkSend
  220. Function         ListFields
  221. Function         ListTables
  222. Function         ListIndexes
  223. Function         ListParameters
  224. Function         Load
  225. Function         LoadPicture
  226. Function         Local
  227. Function         Lock
  228. Function         Loc
  229. Function         LOF
  230. Function         Log
  231. Function         LSet
  232. Function         LTrim
  233. Function         LTrim$
  234. Function         Mid$
  235. Function         Mid
  236. Function         Minute
  237. Function         MIRR
  238. Function         MkDir
  239. Function         Mod
  240. Function         Month
  241. Function         MoveNext
  242. Function         MovePrevious
  243. Function         MoveRelative
  244. Function         Move
  245. Function         MoveFirst
  246. Function         MoveLast
  247. Function         MsgBox
  248. Function         Name
  249. Function         NewPage
  250. Function         NextBlock
  251. Function         Now
  252. Function         NPer
  253. Function         NPV
  254. Function         Oct$
  255. Function         Oct
  256. Function         OpenDatabase
  257. Function         OpenQueryDef
  258. Function         Open
  259. Function         OpenTable
  260. Function         Option
  261. Function         Output
  262. Function         Partition
  263. Function         Pmt
  264. Function         Point
  265. Function         PopupMenu
  266. Function         PPmt
  267. Function         PrintForm
  268. Function         Print
  269. Function         PSet
  270. Function         Put
  271. Function         PV
  272. Function         QBColor
  273. Function         QueryDef
  274. Function         Randomize
  275. Function         Random
  276. Function         Rate
  277. Function         Read
  278. Function         Refresh
  279. Function         RegisterDatabase
  280. Function         RemoveItem
  281. Function         RepairDatabase
  282. Function         Reset
  283. Function         Restore
  284. Function         RGB
  285. Function         Right$
  286. Function         Right
  287. Function         RmDir
  288. Function         Rnd
  289. Function         Rollback
  290. Function         RSet
  291. Function         RTrim$
  292. Function         RTrim
  293. Function         SavePicture
  294. Function         Scale
  295. Function         Second
  296. Function         Seek
  297. Function         Select
  298. Function         SendKeys
  299. Function         SetAttr
  300. Function         SetDataAccessOption
  301. Function         SetData
  302. Function         SetDefaultWorkspace
  303. Function         SetFocus
  304. Function         SetText
  305. Function         Shared
  306. Function         Shell
  307. Function         Show
  308. Function         Sin
  309. Function         SLN
  310. Function         Space$
  311. Function         Space
  312. Function         Spc
  313. Function         Sqr
  314. Function         Str$
  315. Function         StrComp
  316. Function         Str
  317. Function         Switch
  318. Function         SYD
  319. Function         System
  320. Function         Tab
  321. Function         Tan
  322. Function         TextHeight
  323. Function         Text
  324. Function         TextWidth
  325. Function         Timer
  326. Function         Time
  327. Function         Time$
  328. Function         TimeSerial
  329. Function         TimeValue
  330. Function         Trim$
  331. Function         Trim
  332. Function         TypeOf
  333. Function         UBound
  334. Function         UCase$
  335. Function         UCase
  336. Function         Unload
  337. Function         Unlock
  338. Function         UpdateControls
  339. Function         UpdateRecord
  340. Function         Update
  341. Function         Using
  342. Function         Val
  343. Function         VarType
  344. Function         WeekDay
  345. Function         Width
  346. Function         Write
  347. Function         Year
  348. Function         ZOrder
  349.  
  350. ; User Defined tokens (set #1) - We use this group to assign a color
  351. ; to the standard VB types
  352.  
  353. UserFunc1         Integer
  354. UserFunc1         Long
  355. UserFunc1         Variant
  356. UserFunc1         Null
  357. UserFunc1         Empty
  358. UserFunc1         Single
  359. UserFunc1         Double
  360. UserFunc1         Currency
  361. UserFunc1         String
  362. UserFunc1         Object
  363. UserFunc1         Any
  364. UserFunc1         Form
  365. UserFunc1         Control
  366. UserFunc1         MDIForm
  367. UserFunc1         QueryDef
  368. UserFunc1         Database
  369. UserFunc1         Dynaset
  370. UserFunc1         Snapshot
  371. UserFunc1         Table
  372. UserFunc1         TableDef
  373.  
  374. ; User Defined tokens (set #2)
  375. ; Used to assign a color to object names
  376.  
  377. UserFunc2         App
  378. UserFunc2         Clipboard
  379. UserFunc2         Field
  380. UserFunc2         Fields
  381. UserFunc2         Forms
  382. UserFunc2         Indexes
  383. UserFunc2         Printer
  384. UserFunc2         Screen
  385. UserFunc2         TableDefs
  386.  
  387. ; User Defined tokens (set #3)
  388. ; Windows API
  389.  
  390. UserFunc3         GetObject
  391. UserFunc3         AccessResource
  392. UserFunc3         AddAtom
  393. UserFunc3         AddFontResource
  394. UserFunc3         AdjustWindowRectEx
  395. UserFunc3         AdjustWindowRect
  396. UserFunc3         AllocDStoCSAlias
  397. UserFunc3         AllocResource
  398. UserFunc3         AllocSelector
  399. UserFunc3         AnimatePalette
  400. UserFunc3         AnsiLower
  401. UserFunc3         AnsiLowerBuff
  402. UserFunc3         AnsiNext
  403. UserFunc3         AnsiPrev
  404. UserFunc3         AnsiToOemBuff
  405. UserFunc3         AnsiToOem
  406. UserFunc3         AnsiUpperBuff
  407. UserFunc3         AnsiUpper
  408. UserFunc3         AnyPopup
  409. UserFunc3         AppendMenu
  410. UserFunc3         Arc
  411. UserFunc3         ArrangeIconicWindows
  412. UserFunc3         BeginDeferWindowPos
  413. UserFunc3         BeginPaint
  414. UserFunc3         BitBlt
  415. UserFunc3         BringWindowToTop
  416. UserFunc3         BuildCommDCB
  417. UserFunc3         CallMsgFilter
  418. UserFunc3         CallWindowProc
  419. UserFunc3         Catch
  420. UserFunc3         ChangeClipboardChain
  421. UserFunc3         ChangeMenu
  422. UserFunc3         ChangeSelector
  423. UserFunc3         CheckDlgButton
  424. UserFunc3         CheckMenuItem
  425. UserFunc3         CheckRadioButton
  426. UserFunc3         ChildWindowFromPoint
  427. UserFunc3         Chord
  428. UserFunc3         ClearCommBreak
  429. UserFunc3         ClientToScreen
  430. UserFunc3         ClipCursor
  431. UserFunc3         CloseClipboard
  432. UserFunc3         CloseComm
  433. UserFunc3         CloseMetaFile
  434. UserFunc3         CloseSound
  435. UserFunc3         CloseWindow
  436. UserFunc3         CombineRgn
  437. UserFunc3         CopyMetaFile
  438. UserFunc3         CopyRect
  439. UserFunc3         CountClipboardFormats
  440. UserFunc3         CountVoiceNotes
  441. UserFunc3         CreateBitmap
  442. UserFunc3         CreateBitmapIndirect
  443. UserFunc3         CreateBrushIndirect
  444. UserFunc3         CreateCaret
  445. UserFunc3         CreateCompatibleBitmap
  446. UserFunc3         CreateCompatibleDC
  447. UserFunc3         CreateCursor
  448. UserFunc3         CreateDC
  449. UserFunc3         CreateDialog
  450. UserFunc3         CreateDialogIndirect
  451. UserFunc3         CreateDialogParam
  452. UserFunc3         CreateDialogIndirectParam
  453. UserFunc3         CreateDIBitmap
  454. UserFunc3         CreateDIBPatternBrush
  455. UserFunc3         CreateDiscardableBitmap
  456. UserFunc3         CreateEllipticRgn
  457. UserFunc3         CreateEllipticRgnIndirect
  458. UserFunc3         CreateFont
  459. UserFunc3         CreateFontIndirect
  460. UserFunc3         CreateHatchBrush
  461. UserFunc3         CreateIC
  462. UserFunc3         CreateIcon
  463. UserFunc3         CreateMenu
  464. UserFunc3         CreateMetaFile
  465. UserFunc3         CreatePalette
  466. UserFunc3         CreatePatternBrush
  467. UserFunc3         CreatePenIndirect
  468. UserFunc3         CreatePen
  469. UserFunc3         CreatePolygonRgn
  470. UserFunc3         CreatePolyPolygonRgn
  471. UserFunc3         CreatePopupMenu
  472. UserFunc3         CreateRectRgnIndirect
  473. UserFunc3         CreateRectRgn
  474. UserFunc3         CreateRoundRectRgn
  475. UserFunc3         CreateSolidBrush
  476. UserFunc3         CreateWindow
  477. UserFunc3         CreateWindowEx
  478. UserFunc3         DebugBreak
  479. UserFunc3         DefDlgProc
  480. UserFunc3         DeferWindowPos
  481. UserFunc3         DefFrameProc
  482. UserFunc3         DefHookProc
  483. UserFunc3         DefMDIChildProc
  484. UserFunc3         DefWindowProc
  485. UserFunc3         DeleteAtom
  486. UserFunc3         DeleteDC
  487. UserFunc3         DeleteMenu
  488. UserFunc3         DeleteMetaFile
  489. UserFunc3         DeleteObject
  490. UserFunc3         DestroyCaret
  491. UserFunc3         DestroyCursor
  492. UserFunc3         DestroyIcon
  493. UserFunc3         DestroyMenu
  494. UserFunc3         DestroyWindow
  495. UserFunc3         DialogBox
  496. UserFunc3         DialogBoxIndirect
  497. UserFunc3         DialogBoxParam
  498. UserFunc3         DialogBoxIndirectParam
  499. UserFunc3         DispatchMessage
  500. UserFunc3         DlgDirListComboBox
  501. UserFunc3         DlgDirList
  502. UserFunc3         DlgDirSelect
  503. UserFunc3         DlgDirSelectComboBox
  504. UserFunc3         DPtoLP
  505. UserFunc3         DrawFocusRect
  506. UserFunc3         DrawIcon
  507. UserFunc3         DrawMenuBar
  508. UserFunc3         DrawText
  509. UserFunc3         Ellipse
  510. UserFunc3         EmptyClipboard
  511. UserFunc3         EnableHardwareInput
  512. UserFunc3         EnableMenuItem
  513. UserFunc3         EnableWindow
  514. UserFunc3         EndDeferWindowPos
  515. UserFunc3         EndDialog
  516. UserFunc3         EndPaint
  517. UserFunc3         EnumChildWindows
  518. UserFunc3         EnumClipboardFormats
  519. UserFunc3         EnumFonts
  520. UserFunc3         EnumMetaFile
  521. UserFunc3         EnumObjects
  522. UserFunc3         EnumTaskWindows
  523. UserFunc3         EqualRect
  524. UserFunc3         EqualRgn
  525. UserFunc3         Escape
  526. UserFunc3         EscapeCommFunction
  527. UserFunc3         ExcludeClipRect
  528. UserFunc3         ExcludeUpdateRgn
  529. UserFunc3         ExitWindows
  530. UserFunc3         ExtFloodFill
  531. UserFunc3         ExtTextOut
  532. UserFunc3         FatalAppExit
  533. UserFunc3         FatalExit
  534. UserFunc3         FillRect
  535. UserFunc3         FillRgn
  536. UserFunc3         FindAtom
  537. UserFunc3         FindResource
  538. UserFunc3         FindWindow
  539. UserFunc3         FlashWindow
  540. UserFunc3         FloodFill
  541. UserFunc3         FlushComm
  542. UserFunc3         FrameRect
  543. UserFunc3         FrameRgn
  544. UserFunc3         FreeModule
  545. UserFunc3         Free
  546. UserFunc3         FreeLibrary
  547. UserFunc3         FreeProcInstance
  548. UserFunc3         FreeResource
  549. UserFunc3         FreeSelector
  550. UserFunc3         GetActiveWindow
  551. UserFunc3         GetAspectRatioFilter
  552. UserFunc3         GetAsyncKeyState
  553. UserFunc3         GetAtomHandle
  554. UserFunc3         GetAtomName
  555. UserFunc3         GetBitmapBits
  556. UserFunc3         GetBitmapDimension
  557. UserFunc3         GetBkColor
  558. UserFunc3         GetBkMode
  559. UserFunc3         GetBrushOrg
  560. UserFunc3         GetCapture
  561. UserFunc3         GetCaretBlinkTime
  562. UserFunc3         GetCaretPos
  563. UserFunc3         GetCharWidth
  564. UserFunc3         GetClassInfo
  565. UserFunc3         GetClassLong
  566. UserFunc3         GetClassName
  567. UserFunc3         GetClassWord
  568. UserFunc3         GetClientRect
  569. UserFunc3         GetClipboardData
  570. UserFunc3         GetClipboardViewer
  571. UserFunc3         GetClipboardFormatName
  572. UserFunc3         GetClipboardOwner
  573. UserFunc3         GetClipBox
  574. UserFunc3         GetCodeHandle
  575. UserFunc3         GetCodeInfo
  576. UserFunc3         GetCommError
  577. UserFunc3         GetCommEventMask
  578. UserFunc3         GetCommState
  579. UserFunc3         GetCurrentPDB
  580. UserFunc3         GetCurrentPosition
  581. UserFunc3         GetCurrentTask
  582. UserFunc3         GetCurrentTime
  583. UserFunc3         GetCursorPos
  584. UserFunc3         GetDCOrg
  585. UserFunc3         GetDC
  586. UserFunc3         GetDesktopHwnd
  587. UserFunc3         GetDesktopWindow
  588. UserFunc3         GetDeviceCaps
  589. UserFunc3         GetDialogBaseUnits
  590. UserFunc3         GetDIBits
  591. UserFunc3         GetDlgCtrlID
  592. UserFunc3         GetDlgItemInt
  593. UserFunc3         GetDlgItem
  594. UserFunc3         GetDlgItemText
  595. UserFunc3         GetDOSEnvironment
  596. UserFunc3         GetDoubleClickTime
  597. UserFunc3         GetDriveType
  598. UserFunc3         GetEnvironment
  599. UserFunc3         GetFocus
  600. UserFunc3         GetFreeSpace
  601. UserFunc3         GetInputState
  602. UserFunc3         GetInstanceData
  603. UserFunc3         GetKBCodePage
  604. UserFunc3         GetKeyboardType
  605. UserFunc3         GetKeyboardState
  606. UserFunc3         GetKeyNameText
  607. UserFunc3         GetKeyState
  608. UserFunc3         GetLastActivePopup
  609. UserFunc3         GetMapMode
  610. UserFunc3         GetMenuCheckMarkDimensions
  611. UserFunc3         GetMenuItemCount
  612. UserFunc3         GetMenuItemID
  613. UserFunc3         GetMenuState
  614. UserFunc3         GetMenu
  615. UserFunc3         GetMenuString
  616. UserFunc3         GetMessagePos
  617. UserFunc3         GetMessageTime
  618. UserFunc3         GetMessage
  619. UserFunc3         GetMetaFileBits
  620. UserFunc3         GetMetaFile
  621. UserFunc3         GetModuleFileName
  622. UserFunc3         GetModuleHandle
  623. UserFunc3         GetModuleUsage
  624. UserFunc3         GetNearestColor
  625. UserFunc3         GetNearestPaletteIndex
  626. UserFunc3         GetNextDlgGroupItem
  627. UserFunc3         GetNextDlgTabItem
  628. UserFunc3         GetNextWindow
  629. UserFunc3         GetNumTasks
  630. UserFunc3         GetObject
  631. UserFunc3         GetPaletteEntries
  632. UserFunc3         GetParent
  633. UserFunc3         GetPixel
  634. UserFunc3         GetPolyFillMode
  635. UserFunc3         GetPriorityClipboardFormat
  636. UserFunc3         GetPrivateProfileInt
  637. UserFunc3         GetPrivateProfileString
  638. UserFunc3         GetProcAddress
  639. UserFunc3         GetProfileInt
  640. UserFunc3         GetProfileString
  641. UserFunc3         GetProp
  642. UserFunc3         GetRgnBox
  643. UserFunc3         GetROP2
  644. UserFunc3         GetScrollPos
  645. UserFunc3         GetScrollRange
  646. UserFunc3         GetStockObject
  647. UserFunc3         GetStretchBltMode
  648. UserFunc3         GetSubMenu
  649. UserFunc3         GetSysColor
  650. UserFunc3         GetSysModalWindow
  651. UserFunc3         GetSystemDirectory
  652. UserFunc3         GetSystemMenu
  653. UserFunc3         GetSystemMetrics
  654. UserFunc3         GetSystemPaletteEntries
  655. UserFunc3         GetSystemPaletteUse
  656. UserFunc3         GetTabbedTextExtent
  657. UserFunc3         GetTempDrive
  658. UserFunc3         GetTempFileName
  659. UserFunc3         GetTextAlign
  660. UserFunc3         GetTextCharacterExtra
  661. UserFunc3         GetTextColor
  662. UserFunc3         GetTextExtent
  663. UserFunc3         GetTextFace
  664. UserFunc3         GetTextMetrics
  665. UserFunc3         GetThresholdEvent
  666. UserFunc3         GetThresholdStatus
  667. UserFunc3         GetTickCount
  668. UserFunc3         GetTopWindow
  669. UserFunc3         GetUpdateRect
  670. UserFunc3         GetUpdateRgn
  671. UserFunc3         GetVersion
  672. UserFunc3         GetViewportExt
  673. UserFunc3         GetViewportOrg
  674. UserFunc3         GetWindowDC
  675. UserFunc3         GetWindowExt
  676. UserFunc3         GetWindowLong
  677. UserFunc3         GetWindowOrg
  678. UserFunc3         GetWindowRect
  679. UserFunc3         GetWindowsDirectory
  680. UserFunc3         GetWindow
  681. UserFunc3         GetWindowTask
  682. UserFunc3         GetWindowTextLength
  683. UserFunc3         GetWindowText
  684. UserFunc3         GetWindowWord
  685. UserFunc3         GetWinFlags
  686. UserFunc3         GlobalAddAtom
  687. UserFunc3         GlobalAlloc
  688. UserFunc3         GlobalCompact
  689. UserFunc3         GlobalDeleteAtom
  690. UserFunc3         GlobalDosAlloc
  691. UserFunc3         GlobalDosFree
  692. UserFunc3         GlobalFindAtom
  693. UserFunc3         GlobalFix
  694. UserFunc3         GlobalFlags
  695. UserFunc3         GlobalFree
  696. UserFunc3         GlobalGetAtomName
  697. UserFunc3         GlobalHandle
  698. UserFunc3         GlobalLock
  699. UserFunc3         GlobalLRUNewest
  700. UserFunc3         GlobalLRUOldest
  701. UserFunc3         GlobalNotify
  702. UserFunc3         GlobalPageLock
  703. UserFunc3         GlobalPageUnlock
  704. UserFunc3         GlobalReAlloc
  705. UserFunc3         GlobalSize
  706. UserFunc3         GlobalUnfix
  707. UserFunc3         GlobalUnlock
  708. UserFunc3         GlobalUnlock
  709. UserFunc3         GlobalUnWire
  710. UserFunc3         GlobalWire
  711. UserFunc3         GrayString
  712. UserFunc3         HideCaret
  713. UserFunc3         HiliteMenuItem
  714. UserFunc3         InflateRect
  715. UserFunc3         InitAtomTable
  716. UserFunc3         InSendMessage
  717. UserFunc3         InsertMenu
  718. UserFunc3         IntersectClipRect
  719. UserFunc3         IntersectRect
  720. UserFunc3         InvalidateRect
  721. UserFunc3         InvalidateRgn
  722. UserFunc3         InvertRect
  723. UserFunc3         InvertRgn
  724. UserFunc3         IsCharAlpha
  725. UserFunc3         IsCharAlphaNumeric
  726. UserFunc3         IsCharLower
  727. UserFunc3         IsCharUpper
  728. UserFunc3         IsChild
  729. UserFunc3         IsClipboardFormatAvailable
  730. UserFunc3         IsDialogMessage
  731. UserFunc3         IsDlgButtonChecked
  732. UserFunc3         IsIconic
  733. UserFunc3         IsRectEmpty
  734. UserFunc3         IsWindowEnabled
  735. UserFunc3         IsWindow
  736. UserFunc3         IsWindowVisible
  737. UserFunc3         IsZoomed
  738. UserFunc3         KillTimer
  739. UserFunc3         lclose
  740. UserFunc3         lcreat
  741. UserFunc3         LimitEmsPages
  742. UserFunc3         LineTo
  743. UserFunc3         llseek
  744. UserFunc3         LoadAccelerators
  745. UserFunc3         LoadBitmap
  746. UserFunc3         Load
  747. UserFunc3         LoadCursor
  748. UserFunc3         LoadIcon
  749. UserFunc3         LoadLibrary
  750. UserFunc3         LoadMenuIndirect
  751. UserFunc3         LoadMenu
  752. UserFunc3         LoadModule
  753. UserFunc3         LoadResource
  754. UserFunc3         LoadString
  755. UserFunc3         LocalAlloc
  756. UserFunc3         LocalCompact
  757. UserFunc3         LocalFlags
  758. UserFunc3         LocalFree
  759. UserFunc3         LocalHandle
  760. UserFunc3         LocalInit
  761. UserFunc3         LocalLock
  762. UserFunc3         LocalReAlloc
  763. UserFunc3         LocalShrink
  764. UserFunc3         LocalSize
  765. UserFunc3         LocalUnlock
  766. UserFunc3         LockResource
  767. UserFunc3         LockSegment
  768. UserFunc3         lopen
  769. UserFunc3         LPtoDP
  770. UserFunc3         lread
  771. UserFunc3         lstrcat
  772. UserFunc3         lstrcmp
  773. UserFunc3         lstrcmpi
  774. UserFunc3         lstrcpy
  775. UserFunc3         lstrlen
  776. UserFunc3         lwrite
  777. UserFunc3         MakeProcInstance
  778. UserFunc3         MapDialogRect
  779. UserFunc3         MapVirtualKey
  780. UserFunc3         MessageBeep
  781. UserFunc3         MessageBox
  782. UserFunc3         ModifyMenu
  783. UserFunc3         MoveTo
  784. UserFunc3         MoveWindow
  785. UserFunc3         MulDiv
  786. UserFunc3         OemKeyScan
  787. UserFunc3         OemToAnsiBuff
  788. UserFunc3         OemToAnsi
  789. UserFunc3         OffsetClipRgn
  790. UserFunc3         OffsetRect
  791. UserFunc3         OffsetRgn
  792. UserFunc3         OffsetViewportOrg
  793. UserFunc3         OffsetWindowOrg
  794. UserFunc3         OpenClipboard
  795. UserFunc3         OpenComm
  796. UserFunc3         OpenFile
  797. UserFunc3         OpenIcon
  798. UserFunc3         OpenSound
  799. UserFunc3         OutputDebugString
  800. UserFunc3         PaintRgn
  801. UserFunc3         PatBlt
  802. UserFunc3         PeekMessage
  803. UserFunc3         Pie
  804. UserFunc3         PlayMetaFileRecord
  805. UserFunc3         PlayMetaFile
  806. UserFunc3         Polygon
  807. UserFunc3         Polyline
  808. UserFunc3         PolyPolygon
  809. UserFunc3         PostAppMessage
  810. UserFunc3         PostMessage
  811. UserFunc3         PostQuitMessage
  812. UserFunc3         PrestoChangoSelector
  813. UserFunc3         ProfClear
  814. UserFunc3         ProfFinish
  815. UserFunc3         ProfFlush
  816. UserFunc3         ProfInsChk
  817. UserFunc3         ProfSampRate
  818. UserFunc3         ProfSetup
  819. UserFunc3         ProfStart
  820. UserFunc3         ProfStop
  821. UserFunc3         PtInRect
  822. UserFunc3         PtInRegion
  823. UserFunc3         PtVisible
  824. UserFunc3         ReadComm
  825. UserFunc3         RealizePalette
  826. UserFunc3         Rectangle
  827. UserFunc3         RectInRegion
  828. UserFunc3         RectVisible
  829. UserFunc3         RegisterClass
  830. UserFunc3         RegisterClipboardFormat
  831. UserFunc3         RegisterWindowMessage
  832. UserFunc3         ReleaseCapture
  833. UserFunc3         ReleaseDC
  834. UserFunc3         RemoveFontResource
  835. UserFunc3         RemoveMenu
  836. UserFunc3         RemoveProp
  837. UserFunc3         ReplyMessage
  838. UserFunc3         ResizePalette
  839. UserFunc3         RestoreDC
  840. UserFunc3         RoundRect
  841. UserFunc3         SaveDC
  842. UserFunc3         ScaleViewportExt
  843. UserFunc3         ScaleWindowExt
  844. UserFunc3         ScreenToClient
  845. UserFunc3         ScrollDC
  846. UserFunc3         ScrollWindow
  847. UserFunc3         SelectClipRgn
  848. UserFunc3         SelectObject
  849. UserFunc3         SelectPalette
  850. UserFunc3         SendDlgItemMessage
  851. UserFunc3         SendMessage
  852. UserFunc3         SetActiveWindow
  853. UserFunc3         SetBitmapBits
  854. UserFunc3         SetBitmapDimension
  855. UserFunc3         SetBkColor
  856. UserFunc3         SetBkMode
  857. UserFunc3         SetBrushOrg
  858. UserFunc3         SetCapture
  859. UserFunc3         SetCaretBlinkTime
  860. UserFunc3         SetCaretPos
  861. UserFunc3         SetClassLong
  862. UserFunc3         SetClassWord
  863. UserFunc3         SetClipboardData
  864. UserFunc3         SetClipboardViewer
  865. UserFunc3         SetCommBreak
  866. UserFunc3         SetCommEventMask
  867. UserFunc3         SetCommState
  868. UserFunc3         SetCursorPos
  869. UserFunc3         SetCursor
  870. UserFunc3         SetDIBitsToDevice
  871. UserFunc3         SetDIBits
  872. UserFunc3         SetDlgItemInt
  873. UserFunc3         SetDlgItemText
  874. UserFunc3         SetDoubleClickTime
  875. UserFunc3         SetEnvironment
  876. UserFunc3         SetErrorMode
  877. UserFunc3         SetFocus
  878. UserFunc3         SetHandleCount
  879. UserFunc3         SetKeyboardState
  880. UserFunc3         SetMapMode
  881. UserFunc3         SetMapperFlags
  882. UserFunc3         SetMenu
  883. UserFunc3         SetMenuItemBitmaps
  884. UserFunc3         SetMessageQueue
  885. UserFunc3         SetMetaFileBits
  886. UserFunc3         SetPaletteEntries
  887. UserFunc3         SetParent
  888. UserFunc3         SetPixel
  889. UserFunc3         SetPolyFillMode
  890. UserFunc3         SetProp
  891. UserFunc3         SetRect
  892. UserFunc3         SetRectEmpty
  893. UserFunc3         SetRectRgn
  894. UserFunc3         SetROP2
  895. UserFunc3         SetScrollPos
  896. UserFunc3         SetScrollRange
  897. UserFunc3         SetSoundNoise
  898. UserFunc3         SetStretchBltMode
  899. UserFunc3         SetSwapAreaSize
  900. UserFunc3         SetSysColors
  901. UserFunc3         SetSysModalWindow
  902. UserFunc3         SetSystemPaletteUse
  903. UserFunc3         SetTextAlign
  904. UserFunc3         SetTextCharacterExtra
  905. UserFunc3         SetTextColor
  906. UserFunc3         SetTextJustification
  907. UserFunc3         SetTimer
  908. UserFunc3         SetViewportExt
  909. UserFunc3         SetViewportOrg
  910. UserFunc3         SetVoiceAccent
  911. UserFunc3         SetVoiceEnvelope
  912. UserFunc3         SetVoiceNote
  913. UserFunc3         SetVoiceQueueSize
  914. UserFunc3         SetVoiceSound
  915. UserFunc3         SetVoiceThreshold
  916. UserFunc3         SetWindowExt
  917. UserFunc3         SetWindowLong
  918. UserFunc3         SetWindowOrg
  919. UserFunc3         SetWindowPos
  920. UserFunc3         SetWindowsHook
  921. UserFunc3         SetWindowText
  922. UserFunc3         SetWindowWord
  923. UserFunc3         ShowCaret
  924. UserFunc3         ShowCursor
  925. UserFunc3         ShowOwnedPopups
  926. UserFunc3         ShowScrollBar
  927. UserFunc3         ShowWindow
  928. UserFunc3         SizeofResource
  929. UserFunc3         StartSound
  930. UserFunc3         StopSound
  931. UserFunc3         StretchBlt
  932. UserFunc3         StretchDIBits
  933. UserFunc3         SwapMouseButton
  934. UserFunc3         SwapRecording
  935. UserFunc3         SwitchStackBack
  936. UserFunc3         SwitchStackTo
  937. UserFunc3         SyncAllVoices
  938. UserFunc3         TabbedTextOut
  939. UserFunc3         TextOut
  940. UserFunc3         Throw
  941. UserFunc3         ToAscii
  942. UserFunc3         TrackPopupMenu
  943. UserFunc3         TranslateMDISysAccel
  944. UserFunc3         TranslateAccelerator
  945. UserFunc3         TranslateMessage
  946. UserFunc3         TransmitCommChar
  947. UserFunc3         UngetCommChar
  948. UserFunc3         UnhookWindowsHook
  949. UserFunc3         UnionRect
  950. UserFunc3         UnlockResource
  951. UserFunc3         UnlockSegment
  952. UserFunc3         UnrealizeObject
  953. UserFunc3         UnregisterClass
  954. UserFunc3         UpdateColors
  955. UserFunc3         UpdateWindow
  956. UserFunc3         ValidateCodeSegments
  957. UserFunc3         ValidateFreeSpaces
  958. UserFunc3         ValidateRect
  959. UserFunc3         ValidateRgn
  960. UserFunc3         VkKeyScan
  961. UserFunc3         WaitMessage
  962. UserFunc3         WaitSoundState
  963. UserFunc3         WindowFromPoint
  964. UserFunc3         WinExec
  965. UserFunc3         WinHelp
  966. UserFunc3         WriteProfileString
  967. UserFunc3         WriteComm
  968. UserFunc3         WritePrivateProfileString
  969. UserFunc3         wsprintf
  970. UserFunc3         wvsprintf
  971. UserFunc3         Yield
  972.  
  973. ; Windows 3.1 specific APIs
  974.  
  975. UserFunc4         AbortDoc
  976. UserFunc4         CallNextHookEx
  977. UserFunc4         CloseDriver
  978. UserFunc4         CopyCursor
  979. UserFunc4         CopyIcon
  980. UserFunc4         CopyLZFile
  981. UserFunc4         CreateScalableFontResource
  982. UserFunc4         DebugOutput
  983. UserFunc4         DefDriverProc
  984. UserFunc4         DirectedYield
  985. UserFunc4         DlgDirSelectComboBoxEx
  986. UserFunc4         DlgDirSelectEx
  987. UserFunc4         DragAcceptFiles
  988. UserFunc4         DragFinish
  989. UserFunc4         DragQueryFile
  990. UserFunc4         DragQueryPoint
  991. UserFunc4         EnableCommNotification
  992. UserFunc4         EnableScrollBar
  993. UserFunc4         EndDocAPI
  994. UserFunc4         EndPage
  995. UserFunc4         EnumFontFamilies
  996. UserFunc4         ExitWindowsExec
  997. UserFunc4         GetAspectRatioFilterEx
  998. UserFunc4         GetBitmapDimensionEx
  999. UserFunc4         GetBoundsRect
  1000. UserFunc4         GetBrushOrgEx
  1001. UserFunc4         GetCharABCWidths
  1002. UserFunc4         GetClipCursor
  1003. UserFunc4         GetCurrentPositionEx
  1004. UserFunc4         GetCursor
  1005. UserFunc4         GetDCEx
  1006. UserFunc4         GetDriverInfo
  1007. UserFunc4         GetDriverModuleHandle
  1008. UserFunc4         GetExpandedName
  1009. UserFunc4         GetFileTitle
  1010. UserFunc4         GetFontData
  1011. UserFunc4         GetFreeSystemResources
  1012. UserFunc4         GetGlyphOutline
  1013. UserFunc4         GetKerningPairs
  1014. UserFunc4         GetMessageExtraInfo
  1015. UserFunc4         GetNextDriver
  1016. UserFunc4         GetOpenClipboardWindow
  1017. UserFunc4         GetOutlineTextMetrics
  1018. UserFunc4         GetQueueStatus
  1019. UserFunc4         GetRasterizerCaps
  1020. UserFunc4         GetSelectorBase
  1021. UserFunc4         GetSelectorLimit
  1022. UserFunc4         GetSystemDebugState
  1023. UserFunc4         GetTextExtentPoint
  1024. UserFunc4         GetTimerResolution
  1025. UserFunc4         GetViewportExtEx
  1026. UserFunc4         GetViewportOrgEx
  1027. UserFunc4         GetWinDebugInfo
  1028. UserFunc4         GetWindowExtEx
  1029. UserFunc4         GetWindowOrgEx
  1030. UserFunc4         GetWindowPlacement
  1031. UserFunc4         IsBadCodePtr
  1032. UserFunc4         IsBadHugeReadPtr
  1033. UserFunc4         IsBadHugeWritePtr
  1034. UserFunc4         IsBadReadPtr
  1035. UserFunc4         IsBadStringPtr
  1036. UserFunc4         IsBadWritePtr
  1037. UserFunc4         IsDBCSLeadByte
  1038. UserFunc4         IsGDIObject
  1039. UserFunc4         IsMenu
  1040. UserFunc4         IsTask
  1041. UserFunc4         LockInput
  1042. UserFunc4         LockWindowUpdate
  1043. UserFunc4         LogError
  1044. UserFunc4         LogParamError
  1045. UserFunc4         lstrcpyn
  1046. UserFunc4         LZClose
  1047. UserFunc4         LZCopy
  1048. UserFunc4         LZDone
  1049. UserFunc4         LZInit
  1050. UserFunc4         LZOpenFile
  1051. UserFunc4         LZRead
  1052. UserFunc4         LZSeek
  1053. UserFunc4         LZStart
  1054. UserFunc4         MapWindowPoints
  1055. UserFunc4         MoveToEx
  1056. UserFunc4         OffsetViewportOrgEx
  1057. UserFunc4         OffsetWindowOrgEx
  1058. UserFunc4         OpenDriver
  1059. UserFunc4         QueryAbort
  1060. UserFunc4         QuerySendMessage
  1061. UserFunc4         RedrawWindow
  1062. UserFunc4         ScaleViewportExtEx
  1063. UserFunc4         ScaleWindowExtEx
  1064. UserFunc4         ScrollWindowEx
  1065. UserFunc4         SendDriverMessage
  1066. UserFunc4         SetAbortProc
  1067. UserFunc4         SetBitmapDimensionEx
  1068. UserFunc4         SetBoundsRect
  1069. UserFunc4         SetMetaFileBitsBetter
  1070. UserFunc4         SetSelectorBase
  1071. UserFunc4         SetSelectorLimit
  1072. UserFunc4         SetViewportExtEx
  1073. UserFunc4         SetViewportOrgEx
  1074. UserFunc4         SetWinDebugInfo
  1075. UserFunc4         SetWindowExtEx
  1076. UserFunc4         SetWindowOrgEx
  1077. UserFunc4         SetWindowPlacement
  1078. UserFunc4         SetWindowsHookEx
  1079. UserFunc4         SpoolFile
  1080. UserFunc4         StartDoc
  1081. UserFunc4         StartPage
  1082. UserFunc4         SubtractRect
  1083. UserFunc4         SystemParametersInfo
  1084. UserFunc4         UnhookWindowsHookEx
  1085. UserFunc4         WNetAddConnection
  1086. UserFunc4         WNetCancelConnection
  1087. UserFunc4         WNetGetConnection
  1088.  
  1089.